eglot.el: Require `track-changes` unconditionally
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 5 May 2024 21:23:29 +0000 (17:23 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 5 May 2024 21:23:29 +0000 (17:23 -0400)
commit44036b32ba398cf284320285b60be35874b6eea5
tree019a497e96ecf456af98e561a784bd108499d1f3
parent1529ad0315f8d4a96ca07969c1c91c1c50bb6075
eglot.el: Require `track-changes` unconditionally

* lisp/emacs-lisp/track-changes.el: Bump version.

* lisp/progmodes/eglot.el: Require `track-changes` unconditionally.
(Package-Requires:): Add `track-changes`.
(eglot--track-changes-signal, eglot--signal-textDocument/didChange)
(eglot--managed-mode): Remove non-track-changes alternative code.
(eglot--before-change, eglot--after-change): Delete functions.
lisp/emacs-lisp/track-changes.el
lisp/progmodes/eglot.el